home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / TablePrinter / TablePrinterPalette.m < prev    next >
Text File  |  1995-06-12  |  516b  |  26 lines

  1.  
  2. // TablePrinterPalette
  3. //
  4. // By Eric T. Seymour, NeXT Computer, Inc.
  5. //
  6. // You may freely copy, distribute, and reuse the code in this example.
  7. // NeXT disclaims any warranty of any kind, expressed or  implied, as to its
  8. // fitness for any particular use.
  9. //
  10. // This file looks best when using tabstops of 3.
  11.  
  12.  
  13. #import "TablePrinterPalette.h"
  14.  
  15. @implementation TablePrinterPalette
  16.  
  17. - finishInstantiate 
  18. {
  19.     [self associateObject:tablePrinter 
  20.         type:IBObjectPboardType with:tablePrinterCover];
  21.     return self;
  22. }
  23.  
  24.  
  25. @end
  26.